home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 March / march_2001.iso / intercd / root / Browsers / ^Opera5 / setup.exe / DIR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-12-05  |  873 b   |  58 lines

  1. /* Stylesheet for the Opera Directory document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. BODY {
  5. font-size: 14px;
  6. font-family: monospace;
  7. background-color: white;
  8. }
  9. A:link, A:visited {
  10. color: blue;
  11. text-decoration: none;
  12. }
  13. IMG {
  14. border: 0;
  15. margin-right: 0.25em;
  16. vertical-align: top;
  17. }
  18. IMG.name {
  19. visibility: hidden;
  20. }
  21.  
  22. TABLE {
  23. border: 0;
  24. border-spacing: 0;
  25. font-size: 14px;
  26. }
  27. TH {
  28. background-color: #ddd;
  29. font-style: normal;
  30. font-weight: normal;
  31. text-align: left;
  32. white-space: nowrap;
  33. padding: 0;
  34. vertical-align: top;
  35. }
  36. TH.type, TH.size, TH.time {
  37. border-left-style: solid;
  38. border-left-width: thin;
  39. }
  40. TD {
  41. vertical-align: top;
  42. white-space: nowrap;
  43. padding: 0;
  44. }
  45.  
  46. .type {
  47. padding-right: 0.5em;
  48. padding-left: 0.5em;
  49. }
  50. .size {
  51. text-align: right;
  52. padding-right: 0.5em;
  53. padding-left: 0.5em;
  54. }
  55. .time {
  56. padding-left: 0.5em;
  57. }
  58.